{gridName}_date

뷰 헤더에 표시되는 날짜를 설정합니다.

startDate뷰의 시작 날짜
endDate뷰의 종료 날짜

Available only in PRO Edition

Example

//기본 정의
scheduler.templates.grid_date = function(start, end){
    return scheduler.templates.day_date(start)
    + " - "
    + scheduler.templates.day_date(end);
};

Applicable views:Grid View
Details

이 템플릿은 grid_view 플러그인이 활성화된 경우에만 작동합니다.

See also
맨 위로